ga.view.appstate.roomplanner
Class RoomPlanner
java.lang.Object
com.jme3.app.state.AbstractAppState
ga.view.appstate.RootNodeState
ga.view.appstate.SceneState
ga.view.appstate.roomplanner.RoomPlanner
- All Implemented Interfaces:
- com.jme3.app.state.AppState
Deprecated. This was a prototype and has never been finished.
@Deprecated
public class RoomPlanner
- extends SceneState
Fields inherited from class com.jme3.app.state.AbstractAppState |
initialized |
Constructor Summary |
RoomPlanner(ViewSettings viewSettings)
Deprecated. This was a prototype and has never been finished. |
Method Summary |
private com.jme3.collision.CollisionResults |
findPick(com.jme3.scene.Node node)
Deprecated. |
void |
initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app)
Deprecated. |
void |
stateAttached(com.jme3.app.state.AppStateManager stateManager)
Deprecated. |
void |
stateDetached(com.jme3.app.state.AppStateManager stateManager)
Deprecated. |
void |
update(float tpf)
Deprecated. |
Methods inherited from class com.jme3.app.state.AbstractAppState |
isEnabled, isInitialized, postRender, render |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
private static final java.util.logging.Logger LOGGER
- Deprecated.
viewSettings
private final ViewSettings viewSettings
- Deprecated.
doubleClickListener
private RoomPlanner.MenuMouseListener doubleClickListener
- Deprecated.
testNode
private com.jme3.scene.Node testNode
- Deprecated.
plane
private com.jme3.scene.Node plane
- Deprecated.
RoomPlanner
@Deprecated
public RoomPlanner(ViewSettings viewSettings)
- Deprecated. This was a prototype and has never been finished.
initialize
public void initialize(com.jme3.app.state.AppStateManager stateManager,
com.jme3.app.Application app)
- Deprecated.
- Specified by:
initialize
in interface com.jme3.app.state.AppState
- Overrides:
initialize
in class SceneState
findPick
private com.jme3.collision.CollisionResults findPick(com.jme3.scene.Node node)
- Deprecated.
stateDetached
public void stateDetached(com.jme3.app.state.AppStateManager stateManager)
- Deprecated.
- Specified by:
stateDetached
in interface com.jme3.app.state.AppState
- Overrides:
stateDetached
in class com.jme3.app.state.AbstractAppState
stateAttached
public void stateAttached(com.jme3.app.state.AppStateManager stateManager)
- Deprecated.
- Specified by:
stateAttached
in interface com.jme3.app.state.AppState
- Overrides:
stateAttached
in class com.jme3.app.state.AbstractAppState
update
public void update(float tpf)
- Deprecated.
- Specified by:
update
in interface com.jme3.app.state.AppState
- Overrides:
update
in class RootNodeState